Skua Documentation


Project maintained by BrenoHenrike Hosted on GitHub Pages — Theme by mattgraham

Start/Stop

As with any property or method from the CoreBots.cs file, you can call upon them by starting with Core. (Core Dot)

Properties

Property Type Description
BankingBlackList List<string> Items added to this list before SetOptions is called will be ignored by the ‘Bank Misc AC items before starting the bot’ system
loadedBot string Holds the full path of the loaded bot. Is set during SetOptions. Example: Legion/Various/Caladbolg

Methods

Method Definition Return Type Description
SetOptions(bool changeTo = true, bool disableClassSwap = false) void Set common bot options to desired value and starts all eelevant handlers and events

◄ Previous — IndexNext ►